home *** CD-ROM | disk | FTP | other *** search
/ Chip 1994 March / CHIP0394.BIN / digital / kommunik / wwwmac / htmledit.sit / HTML.edit 1.1.2 distribution / HTML.edit v1.1.2 ReadMe < prev    next >
Text File  |  1994-07-14  |  11KB  |  199 lines

  1. HyperText Markup Language Editor v1.1.2
  2.  
  3.  
  4. * Project Strategy
  5.  
  6. HTML.edit is an editor for the HyperText Markup Language, the text-based coding used for documents on World Wide Web (WWW). All HTML-coded documents created by HTML.edit are saved external to the editor as ASCII text files. World Wide Web servers follow HyperText Transfer Protocol (HTTP) and deliver on demand HTML documents to remote clients using browser programs like NCSA Mosaic.
  7.  
  8. HTML.edit is a standalone HyperCard 2.2 application and does not require HyperCard to run. It includes a lot of useful features such as a B&W or color palette with pop-up menus (senses your screen depth), multiple documents, master headers and footers, drag-and-drop editing (with HTML.edit already open), hypertext-style help, resizeable editor window, command-key equivalents for commonly-used codes, option-return for <P>, and HTML code indexing - displays all instances of the selected HTML code within your document.
  9.  
  10. It follows the HTML specification for naming conventions and implements most HTML codes, including lists, images, anchors and text formats.
  11.  
  12.  
  13. * New Features
  14.  
  15. Most of the new features are covered under specific topics. More generally:
  16.  
  17. This editor is a standalone application and does not require HyperCard to run. It's larger than a stack, as it includes the HyperCard engine. The advantage is that HyperCard 2.2 is not required to use it.
  18.  
  19. This version sports an Index card, with functions for saving and deleting multiple documents.
  20.  
  21. With version 1.1.2, a number of new conversion commands and a Replace command (including global replaces) have been added.
  22.  
  23. There are new Undo HTML and Remove HTML commands.
  24.  
  25. Improvements to the Images and Create HyperText Link command dialogs. A URL PopUp Menu has been added, to simplify entering URLs (Uniform Resource Locators, the Internet "address") into your documents. Now allows the URL list on the Preferences card to also be used in this capacity.
  26.  
  27. The Editor Window is now sizeable up to 640 by 640 pixels. Option-drag on the document (not window) zoom box to display a popUp menu of standard window sizes, or use the Scroll Window.
  28.  
  29. Each document is divided into a Header, Body, and Footer section. This is designed to help you create a more standardized interface for your projects, and also allows for documents larger than 30K characters. See Document Structure for more information.
  30.  
  31. Preferences are now broken into categories using a popUp menu.
  32.  
  33.  
  34. * Installing HTML.edit 1.1.2
  35.  
  36. HTML.edit uses the Futura font in sizes 10 and 12 point. A font suitcase containing these is included with the HTML.edit distribution. System 6 users should use the Font/DA Mover to install the fonts; System 7 users should drop the suitcase onto their System Folder. HTML.edit will operate without the Futura font, but will contain cosmetic defects that make it difficult to read some text. If you already have 10 and 12 point Futura installed, do not install the font suitcase.
  37.  
  38. The editor will operate with as little as 1050K memory, but will not be able to zoom to a larger screen size. I'd recommend giving the application 1.3-1.5M of RAM, as then you'll be able to enlarge the window to its full 640 by 640 pixel size, and hopefully eliminate any memory-related problems. If 1.5M of RAM seems a lot, remember how much you normally allocate to HyperCard.
  39.  
  40.  
  41. * Legaleze
  42.  
  43. HTML.edit Version 1.1.2, Copyright 1994 by Murray M. Altheim, Equinox Development. All Rights Reserved. The author retains all intellectual property rights to this product and its documentation.
  44.  
  45. This product is freeware. May be freely distributed in its unmodified state, and is licensed for use in educational, government, and non-profit organizations. Commercial use of this product is prohibited without license for use from its author. HTML.edit is not to be redistributed with commercial applications or in commercial CD-ROM archives without the express, written consent of the author.
  46.  
  47. HTML.edit is provided as is, without any warranty or promise of technical support.  Equinox Development disclaims any liability of any kind for any damages whatsoever from use of HTML.edit, including, without limitation, incidental, consequential, indirect or special damages of any kind, even if Equinox Development is aware of the possibility of such damages. Equinox Development makes no warranties, express or implied, by statute or otherwise, with respect to the program, including but not limited to warranties of merchantability or fitness for a particular purpose.
  48.  
  49. HTML.edit is a trademark of Equinox Development. Macintosh and HyperCard are registered trademarks of Apple Computer, Inc.
  50.  
  51.  
  52. * PostScript
  53.  
  54. If you find this product useful, I'd appreciate hearing from
  55. you. Please send comments or bugs to:
  56.  
  57. Murray M. Altheim
  58. Equinox Development
  59. PO Box 4896
  60. Alexandria, VA 22303
  61.  
  62. email: murray.altheim@hq.nasa.gov
  63.  
  64.  
  65. * Change History
  66.  
  67. 7/14/94 (1.1.2f25)
  68.  - Fixed bug in updating Heading Level field.
  69.  - Ask DLOG on global replace
  70.  - add & to replacement table
  71.  
  72. 7/12/94 (1.1.2f21)
  73.  - Link to Previous, Next and Selected Document (rewrite of Anchor handler)
  74.  - support for <ISINDEX>, <HR>, <BR>
  75.  - Option-Return = <P>, now! Option-Shift-Return = <BR>
  76.  - moved file creator prefs to I/O
  77.  - enlarged Help file field on prefs
  78.  - supports MIDDLE alignment for IMG
  79.  - changes to Command keys, such as Command H for Heading, K for Remove HTML, R for Replace, etc.
  80.  
  81. 6/30/94 (1.1.2d6)
  82.  - fixed TITLE so that it checks insertion point correctly
  83.  - fixes on 1.1.1 application quit (compile problem)
  84.  - fixed URL popUp
  85.  
  86. 6/27/94 (1.1.1b12)
  87.  - added URL list on Prefs card to URL popUp menu
  88.  - saved state of stack indexing between sessions
  89.  - new Undo HTML feature. Command-Z is regular undo, Command-Shift-Z is Undo HTML.
  90.  - fixed mouseLeave errors on changing bgs
  91.  - updated Palette Help
  92.  - fixed minor formatting bugs
  93.  - added \ l & \ s to miniGREP
  94.  - fixed bugs in menus and tag indexing
  95.  - changed "push" visual effect to "wipe" -- less jarring
  96.  - updated Help text for most new features
  97.  - added Show Statistics option to Prefs
  98.  
  99. 6/27/94 (1.1.1b2)
  100.  - added "All Occurrences" checkbox; changed name of "Global Replace" to "All Documents" checkbox in Replace╔ dialog.
  101.  - fixed URL popUp menu bug
  102.  - fixed <TITLE> command from palette.
  103.  - Image ALIGN parameterno longer has quote marks.
  104.  
  105. 6/17/94 (1.1.1b)
  106.  - New Replace feature complete with Global Replace and "Mini GREP" (\r,\t,\n)). Will add to GREP features as time permits.
  107.  - Fixed a number of bugs that arose from switching MH and MF bgs.
  108.  - General cleanup of command keys and other stuff.
  109.  
  110. 6/15/94 (1.1r211)
  111.  - Changed MH & MF cards to Utility BG to move some features to bg script.
  112.  - Move Headings code to HTML handler.
  113.  - Remembers Tools location
  114.  - Fixed positioning of dialogs
  115.  - Added Utility menu on Tool Palette.
  116.  - Full implementation of Physical and Logical Styles with additions for StrikeThru, Subscript and Superscript. Eliminated obsolete PLAINTEXT tags.
  117.  
  118. 6/9/94 (1.1r200)
  119.  - Add and Strip Linefeeds command (for compatibility with UNIX servers).
  120.  - fixed menu updating for command keys
  121.  - removed redundant affirm dialogs on Import
  122.  - Added all File and Go menu items from palette to menubar and added Windows menu.
  123.  - fixed Command-S from Index Card (and prefs as well.)
  124.  - cleaned up startup process
  125.  
  126. 6/6/94 (1.1r192)
  127.  - help window now available from any card (stack script)
  128.  - added Size Window popUp menu (option-drag on document zoom box)
  129.  - added custom dialog for Image tags.
  130.  - added custom dialog for Anchor tags.
  131.  - using ShowDialog instead of ListSelect XCMD.
  132.  
  133. 6/1/94 (1.1r188)
  134.  - completed preliminary of Textoid-based Help
  135.  - fixed drag and drop bug (added TEXT file filter) on drag-and-drop appleEvent handler (?)
  136.  
  137. 5/27/94 (1.1r176)
  138.  - consolidated list handlers
  139.  - Added "Convert ª to <P>" feature
  140.  - Finally set up some menubar menus appropriate to application.
  141.  - Heading level no longer being reset on new card
  142.  - Maintain selection after Style Change Option
  143.  - Arrow keys now wrap within Editor window, first to last, last to first.
  144.  - Cleaned up Editor window a BIT.
  145.  
  146. 5/25/94 (1.1r172)
  147.  - Modified HTML commands to allow for insertion of codes rather than requiring a text selection. If the insertion point is in a field but the selection length = 0, then insert formatting symbols and place the cursor between them, as in <B>|</B>.
  148.  
  149. 5/24/94 (1.1r169)
  150.  - Added Table Replacement feature to replace forbidden characters with their less malignant counterparts using a replacement table. (ie., ¬ -> (tm), ¿ -> (R), ╙ -> ", etc.)
  151.  - consolidated menu handling
  152.  
  153. 5/21/94 (1.1r165)
  154.  - Added character entity window to insert or scan for entities in the selection.
  155.  - Moved initialization handlers to card script to save space.
  156.  
  157. 5/19/94 (r162)
  158.  - Added character entity table and cleaned up handling of Help
  159.  
  160. 5/17/94 (r156)
  161.  - create new document or overwrite on import option rather than the current overwrite or abort option
  162.  - Fix Set TITLE to pick up old one
  163.  - fixed most of the Balloon Help text found on the editor window.
  164.  - Add HTML Title Tags now picks up current title
  165.  - added checkbox option on adding </BODY> and </HTML> tags to Master Footer 3, and enlarged its field rect.
  166.  - if selection already includes <Hx> then update to new heading level rather than surrounding it with new tags
  167.  
  168. 5/12/94 (r143)
  169.  - change implementation of <BODY> tags - moved to end of Footer.
  170.  - create Add All Structural Tags and Check Document Structure commands for Body popUp menu.
  171.  - add Scroll to Top (scrolls Header, Body and Footer fields to top)
  172.  
  173. 5/9/94  (r140)
  174.  - option on not translating date codes on export
  175.  - hidepalettes now includes scroll window
  176.  - Fixed showFree and zoomDocument, which occurred twice on opencard.
  177.  - Fixed <P> handler, putting it at stack level and handling a selection properly (was replacing selection with <P>)
  178.  - Fixed Quit HTML.edit on font missing error.
  179.  - Option on replace LF characters with returns on import.
  180. 5/13/94
  181.  - Fixed parsing on structure code (<HTML>, <HEAD>, etc.)
  182.  - Added Remove HTML Codes to HTML menu (does not remove <A>,<IMG> or complex codes).
  183.  
  184. 4/28/94 (1.1d115)
  185.  - Index, Master Headers & Footers and Preferences cards
  186.  - zoomable editor window to 640 x 640
  187.  
  188. 4/28/94 (1.1r134)
  189.  - header, body and footer sections
  190.  - drag and drop on open application
  191.  
  192. 1/7/94 (1.0b18)
  193.  - full palette support for most HTML tags
  194.  - zoomable editor window to 640 x 480
  195.  
  196. 1/3/94 (0.9)
  197.  - operational version supports most tags
  198.  - palette with popup menus 
  199.